object FileNameFrm: TFileNameFrm Left = 241 Top = 226 BorderIcons = [] BorderStyle = bsDialog Caption = 'File Name' ClientHeight = 73 ClientWidth = 297 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 157 Height = 13 Caption = 'Enter File Name To Use (No Ext.)' end object FileName: TEdit Left = 8 Top = 24 Width = 193 Height = 21 TabOrder = 0 end object BitBtn1: TBitBtn Left = 216 Top = 8 Width = 75 Height = 25 Caption = '&OK' TabOrder = 1 Kind = bkOK end object BitBtn2: TBitBtn Left = 216 Top = 40 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 2 Kind = bkCancel end end